home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / interfac / it.dig / scripts / frame_1 / PlaceObject2_34_TextInput_108 / CLIPACTIONRECORD on(construct).as next >
Text File  |  2010-03-13  |  194b  |  12 lines

  1. on(construct){
  2.    editable = true;
  3.    password = false;
  4.    text = "";
  5.    maxChars = null;
  6.    restrict = "";
  7.    enabled = true;
  8.    visible = true;
  9.    minHeight = 0;
  10.    minWidth = 0;
  11. }
  12.